|
|
|
|
GridLinesPen Property, SftTree Class |
Defines the pen style used to draw grid lines.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property GridLinesPen As LinesPenStyleEnum |
C# |
public LinesPenStyleEnum GridLinesPen { get; set; } |
C++ |
public: property LinesPenStyleEnum GridLinesPen { |
Property Value
The grid lines pen style.
Value |
Description |
|
0 | A solid line. | |
1 | A dotted line (one dot, one blank pixel). |
The default value is LinesPenStyleEnum.Solid.
Comments
The GridLinesPen property defines the pen style used to draw grid lines.
Columns and cells cannot Individually define the pen style. It applies to all grid lines throughout the control.
Grid lines colors can be defined using the GridHorizontalColor and GridVerticalColor properties.